home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…tion Library 2 (Reseller) / Apple R&P Lib Reseller v2.0.iso / 3-Demos / Third Party Demos / Networking / MacMainFrame / card_20989.txt < prev    next >
Text File  |  1989-07-14  |  6KB  |  292 lines

  1. -- card: 20989 from stack: in
  2. -- bmap block id: 12563
  3. -- flags: 0000
  4. -- background id: 2776
  5. -- name: 
  6. ----- HyperTalk script -----
  7. on openCard
  8.   set the userLevel to 1
  9. end openCard
  10.  
  11.  
  12.  
  13.  
  14.  
  15.  
  16.  
  17.  
  18.  
  19.  
  20. -- part 1 (button)
  21. -- low flags: 00
  22. -- high flags: 8000
  23. -- rect: left=178 top=1 right=19 bottom=278
  24. -- title width / last selected line: 0
  25. -- icon id / first selected line: 0 / 0
  26. -- text alignment: 1
  27. -- font id: 0
  28. -- text size: 12
  29. -- style flags: 0
  30. -- line height: 16
  31. -- part name: Function Keys
  32. ----- HyperTalk script -----
  33. on mouseUp
  34.   go card id 17640
  35.  
  36. end mouseUp
  37.  
  38.  
  39.  
  40. -- part 2 (button)
  41. -- low flags: 00
  42. -- high flags: 8000
  43. -- rect: left=109 top=1 right=19 bottom=175
  44. -- title width / last selected line: 0
  45. -- icon id / first selected line: 0 / 0
  46. -- text alignment: 1
  47. -- font id: 0
  48. -- text size: 12
  49. -- style flags: 0
  50. -- line height: 16
  51. -- part name: Settings
  52. ----- HyperTalk script -----
  53. on mouseUp
  54.   go card id 14235
  55. end mouseUp
  56.  
  57.  
  58.  
  59. -- part 3 (button)
  60. -- low flags: 00
  61. -- high flags: 8000
  62. -- rect: left=70 top=1 right=19 bottom=108
  63. -- title width / last selected line: 0
  64. -- icon id / first selected line: 0 / 0
  65. -- text alignment: 1
  66. -- font id: 0
  67. -- text size: 12
  68. -- style flags: 0
  69. -- line height: 16
  70. -- part name: Edit
  71. ----- HyperTalk script -----
  72. on mouseUp
  73.   go card id 19277
  74. end mouseUp
  75.  
  76.  
  77.  
  78. -- part 16 (button)
  79. -- low flags: 00
  80. -- high flags: 0000
  81. -- rect: left=14 top=213 right=233 bottom=44
  82. -- title width / last selected line: 0
  83. -- icon id / first selected line: 29484 / 29484
  84. -- text alignment: 1
  85. -- font id: 0
  86. -- text size: 12
  87. -- style flags: 0
  88. -- line height: 16
  89. -- part name: New Button
  90.  
  91.  
  92. -- part 17 (button)
  93. -- low flags: 00
  94. -- high flags: 0000
  95. -- rect: left=14 top=230 right=250 bottom=44
  96. -- title width / last selected line: 0
  97. -- icon id / first selected line: 29484 / 29484
  98. -- text alignment: 1
  99. -- font id: 0
  100. -- text size: 12
  101. -- style flags: 0
  102. -- line height: 16
  103. -- part name: New Button
  104.  
  105.  
  106. -- part 20 (button)
  107. -- low flags: 00
  108. -- high flags: 2000
  109. -- rect: left=33 top=211 right=229 bottom=200
  110. -- title width / last selected line: 0
  111. -- icon id / first selected line: 0 / 0
  112. -- text alignment: 1
  113. -- font id: 0
  114. -- text size: 12
  115. -- style flags: 0
  116. -- line height: 16
  117. -- part name: New Button
  118. ----- HyperTalk script -----
  119. on mouseUp
  120.   visual effect iris open
  121.   push card
  122.   go to card id 16400
  123. end mouseUp
  124.  
  125.  
  126.  
  127. -- part 22 (button)
  128. -- low flags: 00
  129. -- high flags: 2000
  130. -- rect: left=33 top=227 right=245 bottom=200
  131. -- title width / last selected line: 0
  132. -- icon id / first selected line: 0 / 0
  133. -- text alignment: 1
  134. -- font id: 0
  135. -- text size: 12
  136. -- style flags: 0
  137. -- line height: 16
  138. -- part name: New Button
  139. ----- HyperTalk script -----
  140. on mouseUp
  141.   visual effect barn door close
  142.   push card
  143.   go to card id 12102
  144. end mouseUp
  145.  
  146.  
  147.  
  148.  
  149. -- part 48 (button)
  150. -- low flags: 00
  151. -- high flags: 0004
  152. -- rect: left=450 top=251 right=279 bottom=488
  153. -- title width / last selected line: 0
  154. -- icon id / first selected line: 30557 / 30557
  155. -- text alignment: 1
  156. -- font id: 0
  157. -- text size: 12
  158. -- style flags: 0
  159. -- line height: 16
  160. -- part name: First
  161. ----- HyperTalk script -----
  162. on mouseUp
  163.   visual effect scroll right
  164.   push card
  165.   go to card id 9514
  166. end mouseUp
  167.  
  168.  
  169.  
  170. -- part 49 (button)
  171. -- low flags: 00
  172. -- high flags: 0004
  173. -- rect: left=450 top=279 right=307 bottom=488
  174. -- title width / last selected line: 0
  175. -- icon id / first selected line: 1012 / 1012
  176. -- text alignment: 1
  177. -- font id: 0
  178. -- text size: 12
  179. -- style flags: 0
  180. -- line height: 16
  181. -- part name: Return
  182. ----- HyperTalk script -----
  183. on mouseUp
  184.   visual effect barn door close
  185.   pop card
  186. end mouseUp
  187.  
  188.  
  189.  
  190. -- part 50 (button)
  191. -- low flags: 00
  192. -- high flags: 0004
  193. -- rect: left=209 top=312 right=335 bottom=242
  194. -- title width / last selected line: 0
  195. -- icon id / first selected line: 1014 / 1014
  196. -- text alignment: 1
  197. -- font id: 0
  198. -- text size: 12
  199. -- style flags: 0
  200. -- line height: 16
  201. -- part name: New Button
  202. ----- HyperTalk script -----
  203. on mouseUp
  204.   push card
  205.   go to card id 19995
  206. end mouseUp
  207.  
  208.  
  209.  
  210.  
  211. -- part 51 (button)
  212. -- low flags: 00
  213. -- high flags: 0004
  214. -- rect: left=242 top=312 right=335 bottom=272
  215. -- title width / last selected line: 0
  216. -- icon id / first selected line: 1013 / 1013
  217. -- text alignment: 1
  218. -- font id: 0
  219. -- text size: 12
  220. -- style flags: 0
  221. -- line height: 16
  222. -- part name: New Button
  223. ----- HyperTalk script -----
  224. on mouseUp
  225.   push card
  226.   go to card id 19277
  227. end mouseUp
  228.  
  229.  
  230.  
  231.  
  232. -- part 52 (button)
  233. -- low flags: 00
  234. -- high flags: 0000
  235. -- rect: left=33 top=20 right=204 bottom=200
  236. -- title width / last selected line: 0
  237. -- icon id / first selected line: 0 / 0
  238. -- text alignment: 1
  239. -- font id: 0
  240. -- text size: 12
  241. -- style flags: 0
  242. -- line height: 16
  243. -- part name: New Button
  244. ----- HyperTalk script -----
  245. on mouseUp
  246.   go to card id 19995
  247. end mouseUp
  248.  
  249.  
  250.  
  251.  
  252. -- part 53 (button)
  253. -- low flags: 00
  254. -- high flags: 0000
  255. -- rect: left=33 top=245 right=308 bottom=200
  256. -- title width / last selected line: 0
  257. -- icon id / first selected line: 0 / 0
  258. -- text alignment: 1
  259. -- font id: 0
  260. -- text size: 12
  261. -- style flags: 0
  262. -- line height: 16
  263. -- part name: New Button
  264. ----- HyperTalk script -----
  265. on mouseUp
  266.   go to card id 19995
  267. end mouseUp
  268.  
  269.  
  270.  
  271.  
  272. -- part 54 (button)
  273. -- low flags: 00
  274. -- high flags: 0004
  275. -- rect: left=450 top=251 right=279 bottom=488
  276. -- title width / last selected line: 0
  277. -- icon id / first selected line: 30557 / 30557
  278. -- text alignment: 1
  279. -- font id: 0
  280. -- text size: 12
  281. -- style flags: 0
  282. -- line height: 16
  283. -- part name: First
  284. ----- HyperTalk script -----
  285. on mouseUp
  286.   visual effect scroll right
  287.   push card
  288.   go to card id 9514
  289.   show menuBar
  290. end mouseUp
  291.  
  292.